home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jasper Idol Series 1: Taeko Nishino
/
Jasper Idol Series 1: Taeko Nishino - Disc 2.iso
/
DATA
/
PHOTO
/
MOVIE_07
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-14
|
335 b
|
15 lines
on button1 u_cast, d_cast
set ppctmp to clickOn()
repeat while stillDown()
set the castNum of sprite ppctmp to the number of cast d_cast
updateStage()
end repeat
set the castNum of sprite clickOn() to the number of cast u_cast
updateStage()
if rollOver(clickOn()) then
return 1
else
return 0
end if
end